home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14357 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.2 KB  |  35 lines

  1. Newsgroups: comp.lang.c++
  2. Path: in2.uu.net!world!mv!usenet
  3. From: ENGR@GSSI.MV.COM (Michael Furman)
  4. Subject: Re: solve equation non-recursively
  5. Message-ID: <Dp1xMG.858@mv.mv.com>
  6. Mime-Version: 1.0
  7. Content-Type: Text/Plain; charset=US-ASCII
  8. Organization: GSSI
  9. Date: Fri, 29 Mar 1996 23:08:40 GMT
  10. References: <4jfjfv$q7b@nntp.crl.com> <315b7adc.32382490@news.ucs.ubc.ca>
  11. X-Newsreader: WinVN 0.99.7
  12. X-Nntp-Posting-Host: gssi.mv.com
  13.  
  14. In article <315b7adc.32382490@news.ucs.ubc.ca>, jamesdf@unixg.ubc.ca 
  15. says...
  16. >
  17. >
  18. >I think you must have made a mistake here.  You have n-1 degrees of
  19. >freedom when solving this linear equation.  Just set the first n-1
  20. >coefficients to 0 and solve for the nth one.  Done.  In your example, 
  21. >A = 0, B = 0, C = 1000/55 is a valid solution.
  22.  
  23. 1000/55 is not an integer number.
  24.  
  25. -- 
  26. <<< If you received it by E-mail: it is a copy of post to the newsgroup 
  27. >>>
  28. ---------------------------------------------------------------
  29. Michael Furman,                       (603)893-1109
  30. Geophysical Survey Systems, Inc.  fax:(603)889-3984
  31. 13 Klein Drive - P.O. Box 97          engr@gssi.mv.com 
  32. North Salem, NH 03073-0097            71543.1334@compuserve.com
  33. ---------------------------------------------------------------
  34.  
  35.